home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000031_news@columbia.edu _Thu May 2 17:28:07 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id RAA25894 for <kermit.misc@watsun>; Thu, 2 May 1996 17:28:07 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id RAA04222 for kermit.misc@watsun; Thu, 2 May 1996 17:28:05 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!arclight.uoregon.edu!news.dacom.co.kr!usenet.seri.re.kr!news.cais.net!news.vbc.net!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  5. From: Clarence Dold <dold@rahul.net>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Calling DOS programs from Host.
  8. Date: 2 May 1996 14:41:06 GMT
  9. Organization: a2i network
  10. Lines: 29
  11. Message-ID: <4mahi2$rc5@samba.rahul.net>
  12. References: <4m87bc$m9s@news-s01.ny.us.ibm.net>
  13. NNTP-Posting-Host: foxtrot.rahul.net
  14. NNTP-Posting-User: dold
  15. X-Newsreader: TIN [version 1.2 PL2]
  16.  
  17. peteg@ibm.net wrote:
  18. : We run an application under OpenVMS on an Alpha system.  The terminals for 
  19. : this are DOS machines running MSKermit 3.01.  For one of our projects we need 
  20. : to run a DOS Application in the middle of the session.  
  21.  
  22. : Is there a way for the VMS application to tell the Kermit terminal to stop doing 
  23. : terminal emulation now, run prog.exe under DOS passing it the parameters
  24. : X and Y, and when prog.exe is done return result Z to the VMS application?
  25.  
  26. You need the current version of MSKermit (3.14), and probably a newer VMS
  27. kermit as well (my Unix version is 190 or 191).
  28. This will give you "APC" calls, which let the host tell the client to do
  29. things, including '\033_run prog.exe xxx yyy '
  30.  
  31. The only problem I've run into with this scheme is limited memory on the PC,
  32. while "shelled out" to DOS.
  33. You might want to make your first APC call '\033_run mem ', just to see how
  34. much memory you have for your target program.
  35.  
  36. Kermit is available on the Internet via anonymous ftp from host 
  37. watsun.cc.columbia.edu [128.59.39.2]
  38. kermit/read.me kermit/bin/read.me explain file locations.
  39.  
  40. http://www.columbia.edu/kermit
  41.  
  42. -- 
  43. ---
  44. Clarence A Dold - dold@rahul.net
  45.                 - Pope Valley & Napa CA.